home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Controller.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  2KB  |  73 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Controller" oor:package="org.openoffice.Office.UI" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains implementation of popup menu controllers.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="ControllerType">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Describes a controller implementation.</desc>
  16.             </info>
  17.             <prop oor:name="Command" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Specifies the command name which the controller is bound to.</desc>
  22.                 </info>
  23.             </prop>
  24.             <prop oor:name="Module" oor:type="xs:string">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>Specifies the model that the controller is associated with. An empty string matches every module.</desc>
  29.                 </info>
  30.             </prop>
  31.             <prop oor:name="Controller" oor:type="xs:string">
  32.  
  33.                 <info>
  34.  
  35.                     <desc>Specifies the UNO service to use for the specified tuple Command and Module</desc>
  36.                 </info>
  37.             </prop>
  38.         </group>
  39.     </templates>
  40.     <component>
  41.  
  42.         <group oor:name="Registered">
  43.  
  44.             <info>
  45.  
  46.                 <desc>Contains all registered controllers for user interface elements.</desc>
  47.             </info>
  48.             <set oor:name="PopupMenu" oor:node-type="ControllerType">
  49.  
  50.                 <info>
  51.  
  52.                     <desc>Contains UNO component implementation names that implement popup menu controller which are bound to a command and module name.</desc>
  53.                 </info>
  54.             </set>
  55.             <set oor:name="ToolBar" oor:node-type="ControllerType">
  56.  
  57.                 <info>
  58.  
  59.                     <desc>Contains UNO component implementation names that implement toolbar controller which are bound to a command and module name.</desc>
  60.                 </info>
  61.             </set>
  62.             <set oor:name="StatusBar" oor:node-type="ControllerType">
  63.  
  64.                 <info>
  65.  
  66.                     <desc>Contains UNO component implementation names that implement status bar controller which are bound to a command and module name.</desc>
  67.                 </info>
  68.             </set>
  69.         </group>
  70.     </component>
  71. </oor:component-schema>
  72.  
  73.